TextAreaHorizontalAlignment Enumeration

Represents the horizontal alignment of the text area inside a shape.

Definition

Namespace: Independentsoft.Office.Odf.Styles
Assembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
C#
public enum TextAreaHorizontalAlignment

Members

Left0 Text area is left aligned horizontally inside a shape.
Center1 Text area is centered horizontally inside a shape.
Right2 Text area is right aligned horizontally inside a shape.
Justify3 Text area is justified horizontally inside a shape.
None4 None.

See Also